home *** CD-ROM | disk | FTP | other *** search
- FyTek's Text to PDF Converter
- http://www.fytek.com
-
- This installation includes an exe program (text2pdf.exe) as well as a DLL
- for use in any application (like Visual Basic) that supports DLL's.
-
- Both the exe and the DLL have the same features.
-
- This version is free to use and distribute as long as you include all of the
- files from this package without modification. You may register this version
- for $25.00 US and receive an upgrade which will allow you to:
-
- - Embed your own True Type fonts
- - Create bookmarks
- - Use a variety of image types - jpeg, gif, tiff, bmp and png
-
- Along with the upgrade, registration will allow you access to our Tech Support
- staff, via e-mail.
-
- To register over the internet, visit our web site or go to the one of the
- following links:
-
- Secure Server - http://www.regsoft.net/purchase.php3?productid=37536
- OR
- Non Secure - http://www.regsoft.net/purchase_nonsecure.php3?productid=37536
-
- To regsiter via mail, send a check or money order drawn on a US bank to:
- FyTek, Inc.
- 29200 Vassar
- Suite 540
- Livonia, MI 48152
-
- ------- exe version -------
- Syntax: text2pdf.exe filein fileout [options]
-
- OR
-
- text2pdf.exe source_directory [target_directory] [options]
- -? - prints this list of options
- -v - verbose mode
- -s - include subdirectories
- -f - flat-file parameters (see the documentation)
- -b - keep current line breaks
- -p - print page numbers
- -nw - no wrap
- -t type - file type to match (i.e. *.rpt)
-
- See the documentation available on our web site for more information on
- these options.
-
- To convert a report run:
- text2pdf.exe sample.txt sample.pdf
-
- To convert a green-bar report (or any report formatted as plain text) use
- the no wrap option like this:
- text2pdf.exe sample.txt sample.pdf -nw
-
-
- ------- DLL version - Using with VB -------
- In your project, go to the Project:References dialog and add the reference
- to buildFytekPDF. See the sample application and the documentation for
- information on using.
-
- Methods of build.Fytek.PDF:
-
- setInFile - Sets the input file
- setOutfile - Sets the output file (or leave blank to have the PDF commands
- returned to your program).
- setPDFCmd - Commands to execute (when not using an input file). Call this
- method for each command.
- buildFytekPDF - Command to create the PDF.
-
-
- The Visual Basic code for the sample program is included so you can see how write
- your own programs which use the DLL.
-
- You will need a copy of Acrobat to view your output. You can get a free copy
- at: http://www.adobe.com/products/acrobat/readstep.html
-